Overview

Row

Studies

2

Aggregated data points

138

Raw data points

0

Different cytokines

27

Row

Studies

Usage

Download

License:

Citation:

Details

Row

Aggregated

Row

Raw

Contribute

Row

How to contribute

Feel free to contribute! The easiest way to contribute is through github and is described step-wise below.

  1. If you are new to git, this guide can help you getting started. The repository for the database is https://github.com/andjar/CyPreg.git

  2. Check data/studies.csv (or the Overview page) to see that the study you want to add is missing from the database

  3. Add the new study to data/studies.csv. Here, type should be either raw or aggregated, and the preferred filename is of the form firstauthorYYYY.csv (e.g. stokkeland2019.csv)

  4. The data are to be added in a new .csv-file but it may be nice to use an existing file as template. Raw data live in the data/raw folder and aggregated data in data/aggregated.

  5. The data file should have a long format where each cytokine measurement has its own row. The variable names are columns with the variable name on top. Please see data/variables.csv for variable names

    • If you want to append a new variable, you must also add it to data/variables.csv and provide a short description so that others can understand exactly what it means

    • Please adhere to the convention basename.median, basename.mean, basename.sd, and basename.percentile.%n (where %n is a numerical value). This will ensure that new columns are created with names basename, basename.upper and basename.low and corresponding columns ending with .def`

      • The highest and lower percentiles will be used for upper and lower, respectively. If standard deviation is given, upper and lower will be the corresponding value +/- 1.97 times the standard deviation
  6. Cytokine names should match the column cytokine in data/cytokines.csv